@import "https://unpkg.com/open-props/easings.min.css";
.navbar-wrapper {
    display: contents;
}

.navbar-container {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    background-color: var(--dl-color-theme-neutral-light);
}

.navbar-navbar-interactive {
    width: 100%;
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
}

.navbar-image1 {
    height: 4rem;
    border-radius: 50%;
    margin-left: 5%;
}

.navbar-desktop-menu {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.navbar-links1 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: var(--dl-space-space-twounits);
    flex-direction: row;
    justify-content: flex-start;
}

.navbar-buttons1 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    align-items: center;
    margin-left: var(--dl-space-space-twounits);
}

.navbar-action11 {
    display: flex;
    flex-direction: row;
}

.navbar-action21 {
    display: flex;
    flex-direction: row;
}

.navbar-burger-menu {
    display: none;
}

.navbar-icon1 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
}

.navbar-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    padding: var(--dl-space-space-twounits);
    z-index: 100;
    position: absolute;
    flex-direction: column;
    background-color: var(--dl-color-theme-neutral-light);
}

.navbar-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.navbar-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-threeunits);
    justify-content: space-between;
}

.navbar-logo {
    height: 3rem;
    border-radius: 50%;
}

.navbar-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-icon3 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
}

.navbar-links2 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    display: flex;
    align-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.navbar-buttons2 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    margin-top: var(--dl-space-space-twounits);
    align-items: center;
}

@media(max-width: 767px) {
    .navbar-navbar-interactive {
        padding-left: var(--dl-space-space-twounits);
        padding-right: var(--dl-space-space-twounits);
    }

    .navbar-desktop-menu {
        display: none;
    }

    .navbar-burger-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-buttons2 {
        flex-direction: column;
    }
}

@media(max-width: 479px) {
    .navbar-navbar-interactive {
        padding: var(--dl-space-space-unit);
    }

    .navbar-mobile-menu {
        padding: var(--dl-space-space-unit);
    }
}

.svg-animated-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.animated-svg {
    width: 60%;
    height: 510px;
  }


  .l-letter, .i-letter, .c-letter, .o-letter, .d-letter {
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: draw 2s ease forwards;
    animation-delay: 3s;
  }
  .c-letter {
    fill: var(--dl-color-theme-svg-letter);
    animation-delay: 0s;
  }

  .o-letter {
    fill: var(--dl-color-theme-svg-letter);
    animation-delay: 0.3s;
  }
  .d-letter {
    fill: var(--dl-color-theme-svg-letter);
    animation-delay: 0.6s;
  }
  .i-letter {
    fill: var(--dl-color-theme-svg-letter);
    animation-delay: 0.9s;
  }
  .l-letter {
    fill: var(--dl-color-theme-svg-letter);
    animation-delay: 1.2s;
  }

  .upper, .under {
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: drop-shadow(10px 10px 10px  rgb(255, 255, 255));
    animation: draw 2s ease forwards;
    animation-delay: 1.5s;
    fill: var(--dl-color-theme-svg-line);
    fill: var(--dl-color-theme-svg-line);
  }


  .solgan {
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: draw 2s ease forwards;
    animation-delay: 1.8s;
  }


  @keyframes draw {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @media(max-width: 767px) {
    .animated-svg {
        width: 100%;
        height: 200px;
    }
}




.hero-wrapper {
    display: contents;
}

.hero-header78 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}
.hero-column {
    gap: var(--dl-space-space-oneandhalfunits);
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
}
.hero-img1 {
    width: 80%;
    height: 0%;
}

.hero-content1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.hero-text1 {
    text-align: center;
}

.hero-text2 {
    text-align: center;
}

.hero-actions {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-space-space-unit);
}

.hero-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}

.hero-row-container1 {
    width: 100%;
}

.hero-placeholder-image10 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image11 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image12 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image13 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image14 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image15 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image16 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image17 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image18 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image19 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image20 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image21 {
    width: 400px;
    height: 400px;
}

.hero-row-container2 {
    width: 100%;
}

.hero-placeholder-image22 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image23 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image24 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image25 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image26 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image27 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image28 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image29 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image30 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image31 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image32 {
    width: 400px;
    height: 400px;
}

.hero-placeholder-image33 {
    width: 400px;
    height: 400px;
}

.hero-container2 {
    display: contents;
}

@media(max-width: 767px) {
    .hero-content2 {
        width: 100%;
    }
}

@media(max-width: 479px) {
    .hero-actions {
        width: 100%;
        flex-direction: column;
    }

    .hero-button1 {
        width: 100%;
    }

    .hero-button2 {
        width: 100%;
    }
}


.about-wrapper {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-title-section {
    margin: 6%;
}

.about-title-section h1 {
    text-align: center;
    font-size: 36px;
    color: var(--dl-color-theme-neutral-dark);
    margin-bottom: 10px;
}

.about-title-section p {
    margin-top: 2%;
    font-size: 18px;
    line-height: 1.6;
}

.mission-values-section {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.mission-values-section div {
    flex-basis: 45%;
    background-color: var(--dl-color-theme-primary2);
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.mission-values-section div:hover {
    transform: scale(1.05);
}

.mission-values-section h2 {
    font-size: 24px;
    color: var(--dl-color-theme-neutral-dark);
    margin-bottom: 15px;
}

.mission-values-section p {
    font-size: 16px;
    line-height: 1.6;
}

.team-section {
    text-align: center;
}

.team-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.team-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 20px;
}

.team-member {
    background-color: var(--dl-color-theme-primary2);
    padding: 10px;
    height: 15%;
    width: 15%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
}

.team-member img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover img {
    transform: rotate(360deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.team-member h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.team-member p {
    font-size: 14px;

}

/* Responsive Design */
@media (max-width: 768px) {
    .mission-values-section {
        flex-direction: column;
        align-items: center;
    }

    .team-grid {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .team-member{
        height: 40%;
        width: 50%;
    }

    .mission-values-section div {
        margin-bottom: 20px;
    }
}




.sun-and-moon > :is(.moon, .sun, .sun-beams) {
    transform-origin: center;
  }

  /* Default color for the sun and moon */
  .sun-and-moon > :is(.moon, .sun) {
    fill: var(--dl-color-theme-neutral-dark);
  }

  /* Hover and focus styles */
  .theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
    fill: var(--dl-color-theme-accent2);
  }

  /* Sun beams style */
  .sun-and-moon > .sun-beams {
    stroke: var(--icon-fill, var(--dl-color-theme-neutral-dark));
    stroke-width: 1.5px;
  }

  /* Hover and focus sun beams */
  .theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
    stroke: var(--dl-color-theme-accent2);
  }

  /* Dark theme adjustments */
  [data-theme="light"] .sun-and-moon > .sun {
    transform: scale(1.75);
    fill: var(--dl-color-theme-primary1);
  }
  [data-theme="light"] .sun-and-moon > .sun-beams {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }

  [data-theme="light"] .sun-and-moon > .moon > circle {
    transform: translateX(-7px);
  }


  /* If the browser supports cx (for smoother animations) */
  @supports (cx: 1) {
    [data-theme="light"] .sun-and-moon > .moon > circle {
      cx: 17;
      transform: translateX(0);
    }
  }

  /* Animation styles when motion is allowed */
  @media (prefers-reduced-motion: no-preference) {
    .sun-and-moon > .sun {
      transition: transform 0.5s var(--ease-elastic-3);
    }

    .sun-and-moon > .sun-beams {
      transition: opacity 0.5s var(--ease-3), transform 0.5s var(--ease-elastic-4);
    }

    .sun-and-moon .moon > circle {
      transition: transform 0.25s var(--ease-out-5);
    }

    @supports (cx: 1) {
      .sun-and-moon .moon > circle {
        transition: cx 0.25s var(--ease-out-5);
      }
    }

    [data-theme="light"] .sun-and-moon > .moon {
      transition-timing-function: var(--ease-3);
      transition-duration: 0.25s;
      transform: scale(1.75);
      fill: var(--dl-color-theme-primary2);
    }

    [data-theme="light"] .sun-and-moon > .sun-beams {
      transition-duration: 0.15s;
      transform: rotateZ(-25deg);
    }

    [data-theme="light"] .sun-and-moon > .moon > circle {
      transition-duration: 0.5s;
      transition-delay: 0.25s;
    }
  }


  .check-wrapper {
    width: 60%;
    margin: 0;
    padding: 0;
}

.check-container {
    width: 100%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--dl-color-theme-accent1);
}

/* Title and description */
.check-description h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.check-description p {
    font-size: 18px;
    line-height: 1.6;
}

/* Form styles */
.check-form {
    margin-top: 30px;
}

.check-form-group {
    margin-bottom: 20px;
}

.check-form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.check-form-group input {
    width: 30%;
    padding: 10px;
    font-size: 16px;
    border: var(--dl-color-theme-primary1) solid;
    border-radius: 15px;
}

.check-form-group input:focus {
    outline: none;
}

/* Button styles */
.check-submit-btn {
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.check-submit-btn:hover {
    background-color: #392b67; /* Darker accent color */
}

/* Responsive design */
@media (max-width: 768px) {
    .check-container {
        padding: 15px;
    }

    .check-description h2 {
        font-size: 20px;
    }

    .check-description p {
        font-size: 16px;
    }
    .check-form-group input{
        width: 80%;
    }

    .check-form-group label,  .check-submit-btn {
        font-size: 14px;
    }
}

.course-details-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-header {
    display: flex;
    align-items: center;
    margin: 30px;
    background-color: var(--dl-color-theme-accent2);
    border-radius: 40px;
}

.course-preview-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin: 20px;
    border-radius: 40px;
}

.course-header-info {
    text-align: center;
    margin: 50px 50px 50px 50px;

}

.course-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.course-price {
    font-size: 24px;
    margin-bottom: 15px;
}

.price-original {
    text-decoration: line-through;
    margin-right: 10px;
}

.price-discounted {
    color: #d9534f;
    font-weight: bold;
}

.course-description{
    margin-left: 70px ;
    margin-right: 70px;
}
.course-topics{
    text-align: center;
}

.course-description h2,
.course-topics h2,
.course-video-preview h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.course-description p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
}


.course-topics {
    font-size: 18px;
    margin-bottom: 10px;
    width :80%;
    
}

.course-video-preview{
    width: 70%;
    text-align: center;
    border-radius: 8px;
    margin-top: 30px;
}
.course-video-preview video {
    width: 100%;
    border-radius: 8px;
}
.enroll-button{
    margin-top: 50px;
    width: 15%;
}

@media (max-width: 1024px) {


    .course-header-info {
        margin: 30px;
    }

    .course-preview-image {
        max-width: 300px;
    }

    .course-description,
    .course-topics {
        margin: 20px 35px;
    }

    .course-video-preview {
        width: 90%;
    }

    .enroll-button {
        width: 30%;
    }
}


@media (max-width: 768px) {
    .course-header {
        flex-direction: column;
        margin: 20px;
    }
    .course-title {
        font-size: 24px;
    }

    .course-price {
        font-size: 20px;
    }

    .course-preview-image {
        max-width: 250px;
    }

    .course-description,
    .course-topics {
        margin: 20px 35px;
    }

    .course-video-preview {
        width: 100%;
    }

    .enroll-button {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .course-title {
        font-size: 20px;
    }

    .course-price {
        font-size: 18px;
    }

    .course-preview-image {
        max-width: 200px;
    }

    .course-description,
    .course-topics {
        margin: 20px 35px;
    }

    .enroll-button {
        width: 70%;
    }
}



.features1-wrapper {
    display: contents;
}

.features1-container2 {
    width: 100%;
    display: grid;
    grid-gap: var(--dl-space-space-fiveunits);
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.features1-image-container {
    height: 100%;
    display: flex;
    position: relative;
}

.features1-image1 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.features1-image2 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.features1-image3 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.features1-tabs-menu {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.features1-tab-horizontal1 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features1-divider-container1 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features1-container3 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features1-content1 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.features1-tab-horizontal2 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features1-divider-container2 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features1-container4 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features1-content2 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.features1-tab-horizontal3 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features1-divider-container3 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features1-container5 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features1-content3 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 991px) {
    .features1-container2 {
        grid-gap: var(--dl-space-space-twounits);
        grid-template-columns: 1fr;
    }
}

.cta-wrapper {
    display: contents;
}

.cta-accent2-bg {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
    align-self: stretch;
    transition: 0.3s;
    align-items: center;
    border-radius: var(--dl-radius-radius-cardradius);
    justify-content: space-between;
    transform-style: preserve-3d;
    background-color: var(--dl-color-theme-accent2);
}

.cta-accent2-bg:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.cta-accent1-bg {
    width: 100%;
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
    align-items: center;
    border-radius: var(--dl-radius-radius-cardradius);
    justify-content: space-between;
    transform-style: preserve-3d;
    background-color: var(--dl-color-theme-accent1);
}

.cta-container2 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-fourunits);
    border-radius: var(--dl-radius-radius-cardradius);
    padding-right: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-sixunits);
}

.cta-container2:hover {
    color: var(--dl-color-theme-neutral-light);
    background-color: var(--dl-color-theme-neutral-dark);
}

.cta-content {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.cta-actions {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

@media(max-width: 767px) {
    .cta-container2 {
        gap: var(--dl-space-space-oneandhalfunits);
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media(max-width: 479px) {
    .cta-actions {
        flex-wrap: wrap;
        align-self: stretch;
        justify-content: center;
    }

    .cta-button {
        flex: 1;
    }
}

.features2-wrapper {
    display: contents;
}

.features2-container2 {
    width: 100%;
    display: grid;
    grid-gap: var(--dl-space-space-fiveunits);
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.features2-tabs-menu {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.features2-tab-horizontal1 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features2-divider-container1 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features2-container3 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features2-content1 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.features2-tab-horizontal2 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features2-divider-container2 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features2-container4 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features2-content2 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.features2-tab-horizontal3 {
    gap: var(--dl-space-space-twounits);
    cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.features2-divider-container3 {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.features2-container5 {
    width: 2px;
    align-self: stretch;
    background-color: var(--dl-color-theme-neutral-dark);
}

.features2-content3 {
    gap: 16px;
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.features2-image-container {
    height: 100%;
    display: flex;
    position: relative;
}

.features2-image1 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.features2-image2 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.features2-image3 {
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

@media(max-width: 991px) {
    .features2-container2 {
        grid-gap: var(--dl-space-space-twounits);
        grid-template-columns: 1fr;
    }

    .features2-tabs-menu {
        order: 2;
    }
}

.pricing-wrapper {
    display: contents;
}

.pricing-pricing23 {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}

.pricing-max-width {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pricing-section-title {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    max-width: 800px;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}

.pricing-text10 {
    text-align: center;
}

.pricing-content {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    max-width: 800px;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text11 {
    text-align: center;
}

.pricing-text12 {
    text-align: center;
}

.pricing-tabs {
    display: flex;
    align-items: flex-start;
}

.pricing-button10 {
    gap: var(--dl-space-space-halfunit);
    color: var(--dl-color-theme-neutral-light);
    width: 120px;
    height: 60px;
    border-top-left-radius: var(--dl-radius-radius-buttonradius);
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--dl-radius-radius-buttonradius);
    border-bottom-right-radius: 0;
}

.pricing-button11 {
    gap: var(--dl-space-space-halfunit);
    width: 120px;
    height: 60px;
    border-style: solid;
    border-top-left-radius: var(--dl-radius-radius-buttonradius);
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--dl-radius-radius-buttonradius);
    border-bottom-right-radius: 0;
}

.pricing-button12 {
    gap: var(--dl-space-space-halfunit);
    color: var(--dl-color-theme-neutral-light);
    width: 120px;
    height: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: var(--dl-radius-radius-buttonradius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--dl-radius-radius-buttonradius);
}

.pricing-button13 {
    gap: var(--dl-space-space-halfunit);
    width: 120px;
    height: 60px;
    border-style: solid;
    border-top-left-radius: 0;
    border-top-right-radius: var(--dl-radius-radius-buttonradius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--dl-radius-radius-buttonradius);
}

.pricing-container1 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.pricing-column1 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
}

.pricing-price10 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price11 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text17 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text18 {
    font-size: 48px;
}

.pricing-list1 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item10 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item11 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item12 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button14 {
    width: 100%;
}

.pricing-column2 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    background-color: var(--dl-color-theme-accent1);
}

.pricing-price12 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price13 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text24 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text25 {
    font-size: 48px;
}

.pricing-list2 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item13 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item14 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item15 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item16 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button15 {
    width: 100%;
}

.pricing-column3 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-shrink: 0;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    background-color: var(--dl-color-theme-accent2);
}

.pricing-price14 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price15 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text32 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text33 {
    font-size: 48px;
}

.pricing-list3 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item17 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item18 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item19 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item20 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item21 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button16 {
    width: 100%;
}

.pricing-container2 {
    gap: 32px;
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

.pricing-column4 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
}

.pricing-price16 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price17 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text41 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text42 {
    font-size: 48px;
}

.pricing-list4 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item22 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item23 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item24 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button17 {
    width: 100%;
}

.pricing-column5 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    background-color: var(--dl-color-theme-accent1);
}

.pricing-price18 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    flex-grow: 1;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price19 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text48 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text49 {
    font-size: 48px;
}

.pricing-list5 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item25 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item26 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item27 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item28 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button18 {
    width: 100%;
}

.pricing-column6 {
    gap: var(--dl-space-space-twounits);
    flex: 1;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-shrink: 0;
    border-color: var(--dl-color-theme-neutral-dark);
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    background-color: var(--dl-color-theme-accent2);
}

.pricing-price20 {
    gap: var(--dl-space-space-twounits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-price21 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.pricing-text56 {
    font-style: normal;
    font-weight: 600;
}

.pricing-text57 {
    font-size: 48px;
}

.pricing-list6 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.pricing-list-item29 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item30 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item31 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item32 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-list-item33 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
}

.pricing-button19 {
    width: 100%;
}

@media(max-width: 991px) {
    .pricing-container1 {
        flex-direction: column;
    }

    .pricing-column3 {
        width: 100%;
    }

    .pricing-container2 {
        flex-direction: column;
    }

    .pricing-column6 {
        width: 100%;
    }
}

@media(max-width: 479px) {
    .pricing-max-width {
        gap: var(--dl-space-space-oneandhalfunits);
    }
}

.steps-wrapper {
    display: contents;
}

.steps-container1 {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.steps-max-width {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.steps-container2 {
    align-items: start;
}

.steps-section-header {
    gap: var(--dl-space-space-oneandhalfunits);
    top: 10%;
    display: flex;
    position: sticky;
    align-items: flex-start;
    flex-direction: column;
}

.steps-actions {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
}

.steps-container3 {
    grid-area: span 1/span 1/span 1/span 1;
}

.steps-container4 {
    top: 10%;
    position: sticky;
    transform: rotate(-2deg);
    margin-bottom: var(--dl-space-space-twounits);
    background-color: var(--dl-color-theme-accent1);
}

.steps-text14 {
    text-align: center;
}

.steps-text15 {
    top: var(--dl-space-space-unit);
    right: var(--dl-space-space-unit);
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.steps-container5 {
    top: 10%;
    position: sticky;
    transform: rotate(2deg);
    margin-bottom: var(--dl-space-space-twounits);
    background-color: var(--dl-color-theme-accent2);
}

.steps-text17 {
    text-align: center;
}

.steps-text18 {
    top: var(--dl-space-space-unit);
    right: var(--dl-space-space-unit);
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.steps-container6 {
    top: 10%;
    position: sticky;
    transform: rotate(-2deg);
    margin-bottom: var(--dl-space-space-twounits);
    background-color: var(--dl-color-theme-accent1);
}

.steps-text20 {
    text-align: center;
}

.steps-text21 {
    top: var(--dl-space-space-unit);
    right: var(--dl-space-space-unit);
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.steps-container7 {
    top: 10%;
    position: sticky;
    transform: rotate(2deg);
    background-color: var(--dl-color-theme-accent2);
}

.steps-text23 {
    text-align: center;
}

.steps-text24 {
    top: var(--dl-space-space-unit);
    right: var(--dl-space-space-unit);
    position: absolute;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

@media(max-width: 991px) {
    .steps-max-width {
        flex-direction: column;
    }
}

@media(max-width: 767px) {
    .steps-section-header {
        position: static;
        margin-bottom: var(--dl-space-space-twounits);
    }

    .steps-actions {
        width: 100%;
        align-self: flex-start;
    }

    .steps-container4 {
        width: 100%;
    }

    .steps-container5 {
        width: 100%;
    }

    .steps-container6 {
        width: 100%;
    }

    .steps-container7 {
        width: 100%;
    }
}

@media(max-width: 479px) {
    .steps-button {
        width: 100%;
    }
}

.testimonial-wrapper {
    display: contents;
}

.testimonial-max-width {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.testimonial-container10 {
    gap: var(--dl-space-space-unit);
    display: flex;
    max-width: 600px;
    align-items: center;
    margin-bottom: var(--dl-space-space-fourunits);
    flex-direction: column;
}

.testimonial-text11 {
    text-align: center;
}

.testimonial-container12 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.testimonial-image1 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
    object-fit: cover;
    border-radius: var(--dl-radius-radius-round);
}

.testimonial-container13 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text14 {
    text-align: left;
}

.testimonial-container14 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.testimonial-image2 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
    object-fit: cover;
    border-radius: var(--dl-radius-radius-round);
}

.testimonial-container15 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text17 {
    text-align: left;
}

.testimonial-container16 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.testimonial-image3 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
    object-fit: cover;
    border-radius: var(--dl-radius-radius-round);
}

.testimonial-container17 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text20 {
    text-align: left;
}

.testimonial-container18 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.testimonial-image4 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
    object-fit: cover;
    border-radius: var(--dl-radius-radius-round);
}

.testimonial-container19 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text23 {
    text-align: left;
}

@media(max-width: 991px) {
    .testimonial-container10 {
        margin-bottom: var(--dl-space-space-threeunits);
    }
}

@media(max-width: 767px) {
    .testimonial-container10 {
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .testimonial-card1 {
        width: 100%;
    }

    .testimonial-card2 {
        width: 100%;
    }

    .testimonial-card3 {
        width: 100%;
    }

    .testimonial-card4 {
        width: 100%;
    }
}

.contact-wrapper {
    display: contents;
}

.contact-contact20 {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.contact-max-width {
    gap: var(--dl-space-space-twounits);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-section-title {
    gap: var(--dl-space-space-unit);
    width: auto;
    display: flex;
    max-width: 800px;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}

.contact-content1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.contact-text3 {
    text-align: center;
}

.contact-row {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
}

.contact-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-contact-info1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.contact-content3 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
}

.contact-text4 {
    align-self: stretch;
    text-align: center;
}

.contact-text5 {
    text-align: center;
}

.contact-email {
    text-align: center;
}

.contact-content4 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-contact-info2 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.contact-content5 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
}

.contact-text6 {
    align-self: stretch;
    text-align: center;
}

.contact-text7 {
    text-align: center;
}

.contact-phone {
    text-align: center;
}

.contact-content6 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-contact-info3 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.contact-content7 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
}

.contact-text8 {
    align-self: stretch;
    text-align: center;
}

.contact-text9 {
    text-align: center;
}

.contact-address {
    text-align: center;
}

@media(max-width: 767px) {
    .contact-row {
        flex-direction: column;
    }
}

@media(max-width: 479px) {
    .contact-row {
        align-items: stretch;
    }
}

.about-wrapper {
    display: contents;
}

.courses-wrapper {
    width: 80%;
    padding: 20px;
}

.courses-title-section {
    text-align: center;
    margin-bottom: 40px;
}

.courses-title-section h1 {
    font-size: 2.5rem;
}

.courses-title-section p {
    font-size: 1.2rem;
    margin-top: 20px;
    color: var(--dl-color-theme-neutral-dark);
}


.courses-grid {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.course-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: var(--dl-color-theme-neutral-light);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course-card:hover {
    transform: translateY(-10px);
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.course-card h3 {
    margin-top: 15px;
    font-size: 1.5rem;
    color: var(--dl-color-theme-neutral-dark);
}

.course-card p {
    margin-top: 10px;
    color: var(--dl-color-theme-neutral-dark);
    font-size: 1rem;
}

.course-rating {
    margin: 15px;
    color: gold;
}


/* Responsive Design */
@media (min-width: 600px) {
    .search-filter-section {
        flex-direction: row;
    }

    .search-filter-section input[type="text"] {
        width: 70%;
    }

    .search-filter-section select {
        width: 25%;
    }
}

@media (min-width: 767px) {
    .courses-title-section h1 {
        font-size: 3rem;
    }

    .courses-title-section p {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .courses-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

/* custom-style.css */

.login-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.remember{
    margin-left: 20px;
}
.remember input{
    margin-left: 20px;
    margin-right: 20px;
}
.login-button{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.login-card-body {
    text-align: center;
}

.login-box-msg {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.alert {
    background-color: var(--dl-color-theme-accent1);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--dl-color-theme-neutral-dark);
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.invalid-feedback {
    color: #ff4444;
    margin-top: 5px;
    font-size: 13px;
}

.google-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 10px #fff;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.social-login{
    margin-bottom: 20px;
}

.footer-wrapper {
    display: contents;
}

.footer-footer1 {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.footer-max-width {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-content {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: var(--dl-radius-radius-radius4);
}

.footer-newsletter {
    gap: 24px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
}

.footer-image1 {
    height: 7rem;
    border-radius: 50%;
}

.footer-actions {
    gap: 16px;
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-form {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    flex-shrink: 0;
}

.footer-container {
    width: 365px;
    display: flex;
    align-items: flex-start;
}

.footer-text-input {
    gap: 8px;
    width: 100%;
    height: 32px;
    display: flex;
    font-size: 16px;
    box-sizing: content-box;
    text-align: left;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;
    background-color: transparent;
}

.footer-content2 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    height: auto;
    font-size: 12px;
    align-self: stretch;
    font-style: Regular;
    text-align: left;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 150%;
    font-stretch: normal;
    text-decoration: none;
}

.footer-links {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-column1 {
    gap: var(--dl-space-space-unit);
    width: auto;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    max-width: 300px;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.footer-footer-links1 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.footer-column2 {
    gap: var(--dl-space-space-unit);
    width: auto;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    max-width: 300px;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.footer-footer-links2 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.footer-column3 {
    gap: var(--dl-space-space-unit);
    width: auto;
    display: flex;
    overflow: hidden;
    flex-grow: 1;
    max-width: 300px;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.footer-social-links {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.footer-link14 {
    gap: 12px;
    display: flex;
    padding: 8px 0;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.footer-link15 {
    gap: 12px;
    display: flex;
    padding: 8px 0;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.footer-link16 {
    gap: 12px;
    display: flex;
    padding: 8px 0;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.footer-link17 {
    gap: 12px;
    display: flex;
    padding: 8px 0;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.footer-link18 {
    gap: 12px;
    display: flex;
    padding: 8px 0;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.footer-credits {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    align-self: stretch;
    margin-top: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
}

.footer-row {
    gap: 64px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.footer-footer-links3 {
    gap: 24px;
    display: flex;
    align-items: flex-start;
}

@media(max-width: 991px) {
    .footer-newsletter {
        width: 300px;
    }

    .footer-form {
        width: 100%;
        flex-direction: column;
    }

    .footer-container {
        width: 100%;
    }

    .footer-text-input {
        width: 100%;
        padding: var(--dl-space-space-halfunit);
    }

    .footer-button {
        width: 100%;
        padding-top: var(--dl-space-space-halfunit);
        padding-left: var(--dl-space-space-halfunit);
        padding-right: var(--dl-space-space-halfunit);
        padding-bottom: var(--dl-space-space-halfunit);
    }
}

@media(max-width: 767px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-newsletter {
        width: 100%;
    }

    .footer-form {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer-container {
        width: 100%;
    }

    .footer-button {
        width: 208px;
    }

    .footer-links {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
    }

    .footer-column1 {
        align-items: center;
    }

    .footer-column1-title {
        text-align: center;
    }

    .footer-footer-links1 {
        align-self: center;
    }

    .footer-column2 {
        align-items: center;
    }

    .footer-column2-title {
        text-align: center;
    }

    .footer-footer-links2 {
        align-self: center;
    }

    .footer-column3 {
        align-items: center;
    }

    .footer-social-link1-title {
        text-align: center;
    }

    .footer-social-links {
        align-self: center;
    }

    .footer-row {
        flex-direction: column;
    }
}

@media(max-width: 479px) {
    .footer-actions {
        width: 100%;
    }

    .footer-form {
        width: 100%;
        flex-direction: column;
    }

    .footer-container {
        width: 100%;
    }

    .footer-button {
        width: 100%;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-column1 {
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-footer-links1 {
        align-items: center;
        justify-content: center;
    }

    .footer-column2 {
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-footer-links2 {
        align-items: center;
        justify-content: center;
    }

    .footer-column3 {
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-social-links {
        align-items: center;
        justify-content: center;
    }

    .footer-credits {
        gap: 0;
    }

    .footer-row {
        align-items: center;
        justify-content: center;
    }

    .footer-footer-links3 {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

.home-container {
    width: 100%;
    display: flex;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
}
